@charset "utf-8";
/*---------------------------------------------------------
footer styles
---------------------------------------------------------*/

#footer {
    background: url(xy_xydqw_footer_bg.png);
    background-size: cover;
    border-top: 4px solid #B48B5D;
}

#footer .content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#footer .friend_link {
    height: 50px;
    border-bottom: 2px solid #CFAE88;
    font-size: 18px;
}

#footer .friend_link .friend_title {
    margin-right: 130px;
}

#footer .friend_link .friend_content {
    flex: 1 1 0;
}

#footer .friend_link .friend_content li {
    position: relative;
    user-select: none;
}

#footer .friend_link .friend_content li .link_title {
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    padding: 0 10px;
}

#footer .friend_link .friend_content li .link_title span {
    background: url(xy_xydqw_icon_triangle.png) right center no-repeat;
    background-size: 14px;
    padding-right: 27px;
}

#footer .friend_link .friend_content li .link_content {
    display: none;
    position: absolute;
    z-index: 99;
    width: 100%;
    background: #fffdf7e6;
    border-radius: 5px;
    box-shadow: 1px 1px 7px 0px rgba(121, 155, 183, 0.3);
}

#footer .friend_link .friend_content li:nth-of-type(2) .link_content {
    width: 180%;
}

#footer .friend_link .friend_content .link_content li {
    padding: 10px;
    border-bottom: 1px dashed #efefef;
}

#footer .friend_link .friend_content .link_content li a:hover {
    color: #584036;
}

#footer .footer_bottom .content {
    height: 205px;
}

#footer .footer_bottom .footer_img:first-of-type {
    margin-left: 103px;
}

#footer .footer_bottom .footer_img:last-of-type img {
    width: 146px;
    margin: 25px 0 0 20px;
}

#footer .footer_bottom .footer_info {
    margin-left: 90px;
}

#footer .footer_bottom .footer_info li {
    color: #333;
    line-height: 32px;
}

#footer .footer_bottom .footer_info li span {
    padding: 0 5px;
}

#footer .footer_bottom .footer_info li .view a {
    display: inline-block;
    line-height: 16px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #EF5350;
    padding: 0 5px;
    vertical-align: middle;
}

#footer .footer_bottom .footer_info li img {
    vertical-align: middle;
}